VPC Flow Logs

aws/networking aws/monitoring aws/vpc

💡 Definition

VPC Flow Logs is a feature that enables you to capture information about the IP traffic going to and from network interfaces in your VPC.

🔑 Key Concepts

⚙️ How it Works

  1. Enable: You create a flow log, specifying the resource to monitor and the destination for the logs.
  2. Capture: The service starts capturing traffic metadata for the specified resource.
  3. Analyze: You can analyze the logs using tools like CloudWatch Logs Insights or Athena (if logs are in S3) to troubleshoot issues or understand traffic patterns.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * VPC * CloudTrail (Logs API calls, Flow Logs logs network traffic) * CloudWatch Logs